github.com/andybalholm/brotli.hasherHandle.Prepare (method)

4 uses

	github.com/andybalholm/brotli (current package)
		hash.go#L22: 	Prepare(one_shot bool, input_size uint, data []byte)
		hash.go#L326: 		self.Prepare(one_shot, input_size, data)
		hash_composite.go#L66: 	h.ha.Prepare(one_shot, input_size, data)
		hash_composite.go#L67: 	h.hb.Prepare(one_shot, input_size, data)